home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 1
/
PC World Interactive 1 - Nisan 1997.iso
/
nostalji
/
bbs
/
music
/
sbbook.arj
/
SBBOOK
/
SOURCE
/
SBSIMDMO
/
SBSIMDMO.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1993-09-11
|
468 b
|
22 lines
//----------------------
// CONSTANT DEFINITIONS
//----------------------
#define LEFT 75
#define RIGHT 77
#define UP 72
#define DOWN 80
#define PGUP 73
#define PGDOWN 81
#define HOME 71
#define END 79
#define ENTER 13
#define SPACE 32
#define ESC 27
#define TAB 9
#define F1 59
//------------------------
// FUNCTION DECLARATIONS
//------------------------
void GetFiles(int midStat, int cmfStat);